home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / java / net / Socket$3.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  569 b   |  18 lines

  1. package java.net;
  2.  
  3. import java.io.IOException;
  4. import java.security.PrivilegedExceptionAction;
  5.  
  6. final class Socket$3 implements PrivilegedExceptionAction {
  7.    // $FF: synthetic field
  8.    final Socket this$0;
  9.  
  10.    Socket$3(Socket var1) {
  11.       this.this$0 = var1;
  12.    }
  13.  
  14.    public Object run() throws IOException {
  15.       return this.this$0.impl.getOutputStream();
  16.    }
  17. }
  18.